home *** CD-ROM | disk | FTP | other *** search
/ Sigcat 1994: Conference Disk / SIGCAT 94 Conference Disk - DataDisc.ISO / sigclass / program1 / testdrv.pro < prev   
Encoding:
Text File  |  1994-04-09  |  900 b   |  24 lines

  1. ; This is a sample TESTDRV.PRO with TESTDRV (v1.0)
  2. ;
  3. ; Comments are started with the ';' and continue to the newline
  4.  
  5. DriverName  = MSCD001   ; the driver to test, same as mscdex
  6. WriteDevice = f         ; the device is not writable
  7. Redbook     = t         ; Supports redbook addressing
  8. RawMode     = t         ; supports raw mode data
  9. Prefetch    = t         ; supports prefetching
  10. AudioControl  = t       ; supports audio channel manipulation
  11. Audio       = t         ; supports digital audio
  12. AudioChannels = 2       ; 2 audio channels
  13. Interleave  = f         ; does not support interleaving
  14. Eject       = t         ; supports software eject/close
  15. UPC         = t         ; supports UPCcode information calls
  16. SubInfo     = f         ; does not support SubChannel information 
  17. ;Interleaveskip = 0     
  18. ;Interleavesize = 0
  19. HSGSectors = 000010
  20. OUTPUT         = all16.fid
  21.  
  22. ;<EOF>
  23.  
  24.